home *** CD-ROM | disk | FTP | other *** search
/ Easy Internet / Internet Training Corporation Easy Internet Rev21 (ITC).ISO / mac / Programs / Anarchie / Scripting / AppleScripts / Find Clipboard < prev    next >
Text File  |  1996-11-08  |  247b  |  8 lines

  1. set theSearchItem to the clipboard
  2. tell application "Anarchie"
  3.     set theResult to find theSearchItem server "archie.au" matches 100
  4.     if theResult is "" then
  5.         find theSearchItem server "archie.internic.net" matches 100 with window
  6.     end if
  7. end tell
  8.